fix(examples): build the docker fleets on Go 1.26 - #244
Merged
Merged
Conversation
The dependency bump raised go.mod to go 1.26.0, but the fleet and gateway integration images still built on golang:1.25-alpine with GOTOOLCHAIN=local, so `go mod download` refused to run and both integration jobs failed. Co-Authored-By: Claude Opus 5.5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Y5rfBgKpH7D2y2eRRVLsCq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Go dependency bump in 8f8b251 raised
go.modtogo 1.26.0, but thefleet-integrationandgateway-integrationimages still built ongolang:1.25-alpinewithGOTOOLCHAIN=local, sogo mod downloadfailed:Changes
examples/fleet-docker/Dockerfileandexamples/gateway-docker/Dockerfile: build stage moves togolang:1.26-alpine.The unit-test job was unaffected (it takes its Go version from
go.mod). This should also unblock Dependabot PR #243, which fails the same way.🤖 Generated with Claude Code
https://claude.ai/code/session_01Y5rfBgKpH7D2y2eRRVLsCq
Generated by Claude Code